home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / ydesktop.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-01  |  5.9 KB  |  221 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <winb.h>
  5. #include <te.h>
  6. #include <fntb.h>
  7. #include <gui.h>
  8.  
  9. int    idDesktopSelectiveHyper = -1 ;
  10. int    idBackDialog = -1 ;
  11. int    idDesktopWinAttachHyper = -1 ;
  12. int    idDesktopToolAttachHyper = -1 ;
  13. int    idToolBoxDlg = -1 ;
  14. int    idToolBoxToolTIcon[13] = -1 ;
  15. int    idToolBoxMsg = -1 ;
  16. int    idToolBoxUndoDBtn = -1 ;
  17. int    idDesktopDialog = -1 ;
  18. int    idDesktopMenu = -1 ;
  19. int    idDesktopMItem_System = -1 ;
  20. int    idDesktopSystemMenu = -1 ;
  21. int    idDesktopSystemMItem[3] = -1 ;
  22. int    idDesktopMItem_File = -1 ;
  23. int    idDesktopFileMenu = -1 ;
  24. int    idDesktopFileMItem[4] = -1 ;
  25. int    idDesktopMItem_Image = -1 ;
  26. int    idDesktopImageMenu = -1 ;
  27. int    idDesktopImageMItem[4] = -1 ;
  28. int    idDesktopZoomMenu = -1 ;
  29. int    idDesktopZoomMItem[8] = -1 ;
  30. int    idDesktopMItem_Setup = -1 ;
  31. int    idDesktopExitIcon = -1 ;
  32. int    idDesktopAlertHyper = -1 ;
  33. int    idDesktopHelpIcon = -1 ;
  34. int    idDesktopSkbIcon = -1 ;
  35. int    idDesktopFileDlgHyper = -1 ;
  36. int    idImageClearDlg = -1 ;
  37. int    idImageClearTitleMsg = -1 ;
  38. int    idImageClearMsg[4] = -1 ;
  39. int    idImageClearDBtn[2] = -1 ;
  40. int    idDesktopMItem_Edit = -1 ;
  41. int    idDesktopMItem_Layer = -1 ;
  42. int    idDesktopLayerMenu = -1 ;
  43. int    idDesktopLayerMItem[8] = -1 ;
  44.  
  45. /*    initDataZDESKTOP:idToolBoxToolTIcon[0]:MJ_TICONL40の呼び出し関数    */
  46. /*    initDataZDESKTOP:idToolBoxToolTIcon[1]:MJ_TICONL40の呼び出し関数    */
  47. /*    initDataZDESKTOP:idToolBoxToolTIcon[2]:MJ_TICONL40の呼び出し関数    */
  48. /*    initDataZDESKTOP:idToolBoxToolTIcon[3]:MJ_TICONL40の呼び出し関数    */
  49. /*    initDataZDESKTOP:idToolBoxToolTIcon[4]:MJ_TICONL40の呼び出し関数    */
  50. /*    initDataZDESKTOP:idToolBoxToolTIcon[5]:MJ_TICONL40の呼び出し関数    */
  51. /*    initDataZDESKTOP:idToolBoxToolTIcon[6]:MJ_TICONL40の呼び出し関数    */
  52. /*    initDataZDESKTOP:idToolBoxToolTIcon[7]:MJ_TICONL40の呼び出し関数    */
  53. /*    initDataZDESKTOP:idToolBoxToolTIcon[8]:MJ_TICONL40の呼び出し関数    */
  54. /*    initDataZDESKTOP:idToolBoxToolTIcon[9]:MJ_TICONL40の呼び出し関数    */
  55. /*    initDataZDESKTOP:idToolBoxToolTIcon[10]:MJ_TICONL40の呼び出し関数    */
  56. /*    initDataZDESKTOP:idToolBoxToolTIcon[11]:MJ_TICONL40の呼び出し関数    */
  57. /*    initDataZDESKTOP:idToolBoxToolTIcon[12]:MJ_TICONL40の呼び出し関数    */
  58. int    toolboxToolFunc(kobj, messId, argc, pev, trigger)
  59. int        kobj ;
  60. int        messId ;
  61. int        argc ;
  62. EVENT    *pev ;
  63. int        trigger ;
  64. {
  65.     return NOERR ;
  66. }
  67.  
  68. /*    initDataZDESKTOP:idToolBoxUndoDBtn:MJ_DBUTTONL40の呼び出し関数    */
  69. int    ToolBoxUndoDBtnFunc(kobj, messId, argc, pev, trigger)
  70. int        kobj ;
  71. int        messId ;
  72. int        argc ;
  73. EVENT    *pev ;
  74. int        trigger ;
  75. {
  76.     return NOERR ;
  77. }
  78.  
  79. /*    initDataZDESKTOP:idDesktopSystemMItem[0]:MJ_MITEML40の呼び出し関数    */
  80. int    desktop_about(kobj, messId, argc, pev, trigger)
  81. int        kobj ;
  82. int        messId ;
  83. int        argc ;
  84. EVENT    *pev ;
  85. int        trigger ;
  86. {
  87.     return NOERR ;
  88. }
  89.  
  90. /*    initDataZDESKTOP:idDesktopSystemMItem[2]:MJ_MITEML40の呼び出し関数    */
  91. /*    initDataZDESKTOP:idDesktopExitIcon:MJ_ICONL40の呼び出し関数    */
  92. int    desktop_quit(kobj, messId, argc, pev, trigger)
  93. int        kobj ;
  94. int        messId ;
  95. int        argc ;
  96. EVENT    *pev ;
  97. int        trigger ;
  98. {
  99.     return NOERR ;
  100. }
  101.  
  102. /*    initDataZDESKTOP:idDesktopFileMItem[0]:MJ_MITEML40の呼び出し関数    */
  103. /*    initDataZDESKTOP:idDesktopImageMItem[0]:MJ_MITEML40の呼び出し関数    */
  104. int    desktop_create(kobj, messId, argc, pev, trigger)
  105. int        kobj ;
  106. int        messId ;
  107. int        argc ;
  108. EVENT    *pev ;
  109. int        trigger ;
  110. {
  111.     return NOERR ;
  112. }
  113.  
  114. /*    initDataZDESKTOP:idDesktopFileMItem[1]:MJ_MITEML40の呼び出し関数    */
  115. int    desktopMITEMfile_loadimgFunc(kobj, messId, argc, pev, trigger)
  116. int        kobj ;
  117. int        messId ;
  118. int        argc ;
  119. EVENT    *pev ;
  120. int        trigger ;
  121. {
  122.     return NOERR ;
  123. }
  124.  
  125. /*    initDataZDESKTOP:idDesktopFileMItem[2]:MJ_MITEML40の呼び出し関数    */
  126. int    desktopMITEMfile_saveimgFunc(kobj, messId, argc, pev, trigger)
  127. int        kobj ;
  128. int        messId ;
  129. int        argc ;
  130. EVENT    *pev ;
  131. int        trigger ;
  132. {
  133.     return NOERR ;
  134. }
  135.  
  136. /*    initDataZDESKTOP:idDesktopFileMItem[3]:MJ_MITEML40の呼び出し関数    */
  137. int    Desktop_FileCloseProc(kobj, messId, argc, pev, trigger)
  138. int        kobj ;
  139. int        messId ;
  140. int        argc ;
  141. EVENT    *pev ;
  142. int        trigger ;
  143. {
  144.     return NOERR ;
  145. }
  146.  
  147. /*    initDataZDESKTOP:idDesktopZoomMItem[0]:MJ_MITEML40の呼び出し関数    */
  148. /*    initDataZDESKTOP:idDesktopZoomMItem[1]:MJ_MITEML40の呼び出し関数    */
  149. /*    initDataZDESKTOP:idDesktopZoomMItem[2]:MJ_MITEML40の呼び出し関数    */
  150. /*    initDataZDESKTOP:idDesktopZoomMItem[3]:MJ_MITEML40の呼び出し関数    */
  151. /*    initDataZDESKTOP:idDesktopZoomMItem[4]:MJ_MITEML40の呼び出し関数    */
  152. /*    initDataZDESKTOP:idDesktopZoomMItem[5]:MJ_MITEML40の呼び出し関数    */
  153. /*    initDataZDESKTOP:idDesktopZoomMItem[6]:MJ_MITEML40の呼び出し関数    */
  154. /*    initDataZDESKTOP:idDesktopZoomMItem[7]:MJ_MITEML40の呼び出し関数    */
  155. int    desktop_setImageZoom(kobj, messId, argc, pev, trigger)
  156. int        kobj ;
  157. int        messId ;
  158. int        argc ;
  159. EVENT    *pev ;
  160. int        trigger ;
  161. {
  162.     return NOERR ;
  163. }
  164.  
  165. /*    initDataZDESKTOP:idDesktopImageMItem[1]:MJ_MITEML40の呼び出し関数    */
  166. int    cmd_viewAllScr(kobj, messId, argc, pev, trigger)
  167. int        kobj ;
  168. int        messId ;
  169. int        argc ;
  170. EVENT    *pev ;
  171. int        trigger ;
  172. {
  173.     return NOERR ;
  174. }
  175.  
  176. /*    initDataZDESKTOP:idDesktopImageMItem[2]:MJ_MITEML40の呼び出し関数    */
  177. int    desktopMITEMfile_clearFunc(kobj, messId, argc, pev, trigger)
  178. int        kobj ;
  179. int        messId ;
  180. int        argc ;
  181. EVENT    *pev ;
  182. int        trigger ;
  183. {
  184.     return NOERR ;
  185. }
  186.  
  187. /*    initDataZDESKTOP:idDesktopImageMItem[3]:MJ_MITEML40の呼び出し関数    */
  188. int    Desktop_UndoProc(kobj, messId, argc, pev, trigger)
  189. int        kobj ;
  190. int        messId ;
  191. int        argc ;
  192. EVENT    *pev ;
  193. int        trigger ;
  194. {
  195.     return NOERR ;
  196. }
  197.  
  198. /*    initDataZDESKTOP:idDesktopMItem_Setup:MJ_MITEML40の呼び出し関数    */
  199. int    desktop_setup(kobj, messId, argc, pev, trigger)
  200. int        kobj ;
  201. int        messId ;
  202. int        argc ;
  203. EVENT    *pev ;
  204. int        trigger ;
  205. {
  206.     return NOERR ;
  207. }
  208.  
  209. /*    initDataZDESKTOP:idImageClearDBtn[0]:MJ_DBUTTONL40の呼び出し関数    */
  210. /*    initDataZDESKTOP:idImageClearDBtn[1]:MJ_DBUTTONL40の呼び出し関数    */
  211. int    imgclearDBTNFunc(kobj, messId, argc, pev, trigger)
  212. int        kobj ;
  213. int        messId ;
  214. int        argc ;
  215. EVENT    *pev ;
  216. int        trigger ;
  217. {
  218.     return NOERR ;
  219. }
  220.  
  221.